Returns a Variant. Returns the value of key for the Indexth sequential item in the Dictionary.
Syntax |
|---|
|
result = Dictionary.Key( Index ) |
Parameters |
|
|---|---|
|
Index |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
The first item is numbered zero. If there is no Indexth item in the Dictionary, a call generates an OutOfBoundsException error.